home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / BZ Salute < prev    next >
Text File  |  1999-08-29  |  1KB  |  75 lines

  1. /*  Thanks to Kuulbahh and SaintDude for being good BZ reps and just all-around great guys to play with...  I look forward to playin with BZ whenever nuclear power school lets me.
  2.  
  3. Look for Team BattleZone on a BattleZone II server near you...
  4.  
  5. {bz}55
  6.  
  7. P.S.  Bizzy want a cracker?
  8. */
  9.  
  10. Resn=10,
  11.  
  12. Durn="2.3",
  13.  
  14.  
  15. CamX="30 * sin( t / 5 ) + 60",
  16. CamY="40 * cos( t / 4.1 )",
  17. CamZ="30 * cos( t / 6.2 )",
  18.  
  19. CmLX="60",
  20. CmLY="0",
  21. CmLZ="0",
  22.  
  23. CUpX="0",
  24. CUpY="0",
  25. CUpZ="1",
  26.  
  27.  
  28.  
  29. C0=".6 * ( 1 - dt )",
  30.  
  31. R=".9 * C0",
  32. G=".8 * C0",
  33. B="1.8 * dt * ( 1 - dt )",
  34.  
  35. B0="rnd(1) + .2",
  36. B1="rnd(1) + .2",
  37. B2="rnd(1) + .2",
  38.  
  39. LvlR="B0",
  40. LvlG="B1",
  41. LvlB="B2",
  42.  
  43.  
  44. // Preferred dimentions/aspect
  45. widt=490,heig=380,
  46.  
  47.  
  48. ConL=0,ConB=1,
  49.  
  50.  
  51. Fall=".05",
  52.  
  53.  
  54. C1="seed( st )",
  55. C2="dt",
  56. C3="1 - ( 1 - dt ) ^ 3",
  57. C4="( rnd( 140 ) - 70 )", // y destination (cen)
  58.  
  59. C5="80 * ( 1 - c3 )",
  60. C6="30 * c0",
  61.  
  62. X="( 140 + 10 * sin(  6.2831853 * s ) ) * dt",
  63. Y="c5 * (s - .5) + c3 * ( 10 * cos(  6.2831853 * s ) + C4 )",
  64. Z="c6 * mag( s )",
  65.  
  66.  
  67.  
  68. Scal="800",
  69.  
  70. ScSz=1,
  71.  
  72. Pers="220",
  73.  
  74.  
  75. Vers=30